home *** CD-ROM | disk | FTP | other *** search
- global gp_num, gtemp
-
- on mouseDown
- case the memberNum of sprite 8 of
- (the number of member "Mount1"):
- set gp_num to gtemp - 1
- (the number of member "Mount2"):
- set gp_num to 25 + gtemp - 1
- (the number of member "Mount3"):
- set gp_num to 50 + gtemp - 1
- end case
- go(1, "Photo2")
- end
-